trixnity
Toggle table of contents
5.5.0-SNAPSHOT.CI-20260414.150409
linuxX64
Target filter
linuxX64
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
[linuxX64]StickyEventDao_Impl
Sticky
Event
Dao_
Impl
linuxX64
class
StickyEventDao_Impl
(
__db
:
RoomDatabase
)
:
StickyEventDao
Members
Constructors
Sticky
Event
Dao_
Impl
Link copied to clipboard
linuxX64
constructor
(
__db
:
RoomDatabase
)
Types
Companion
Link copied to clipboard
linuxX64
object
Companion
Functions
delete
Link copied to clipboard
linuxX64
open
suspend override
fun
delete
(
roomId
:
RoomId
,
type
:
String
,
sender
:
UserId
,
stickyKey
:
String
)
delete
All
Link copied to clipboard
linuxX64
open
suspend override
fun
deleteAll
(
)
delete
By
Room
Id
Link copied to clipboard
linuxX64
open
suspend override
fun
deleteByRoomId
(
roomId
:
RoomId
)
get
Link copied to clipboard
linuxX64
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
)
:
List
<
RoomStickyEvent
>
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
,
sender
:
UserId
,
stickyKey
:
String
)
:
RoomStickyEvent
?
get
By
End
Time
Before
Link copied to clipboard
linuxX64
open
suspend override
fun
getByEndTimeBefore
(
before
:
Long
)
:
List
<
RoomStickyEvent
>
get
By
Event
Id
Link copied to clipboard
linuxX64
open
suspend override
fun
getByEventId
(
roomId
:
RoomId
,
eventId
:
EventId
)
:
RoomStickyEvent
?
insert
Link copied to clipboard
linuxX64
open
suspend override
fun
insert
(
entity
:
RoomStickyEvent
)